home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / ARACHE.ZIP / ARACHNE.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-06-13  |  869 b   |  34 lines

  1. @echo off
  2. break=off
  3. rem --- Arachne is *.BAT which will make your PC survive to 21st century! ---
  4. rem --- (c)1996,1997,1998 xChaos software, URL: http://www.naf.cz/arachne/---
  5. if (%1)==(-u) goto termin
  6. if not (%1)==() goto continue
  7. if exist PPP.LOG arachne.bat -r
  8. :continue
  9. core.exe %1 %2
  10. if errorlevel 128 goto end
  11. if errorlevel 64 goto execute
  12. core.exe fatal.ah
  13. if errorlevel 128 goto end
  14. if errorlevel 64 goto execute
  15. if not exist core.exe goto noexe
  16. goto err
  17. :termin
  18. termin.com 0x60
  19. del ppp.log
  20. goto end
  21. :noexe
  22. echo CORE.EXE is missing.
  23. goto end
  24. :execute
  25. $roura$.bat
  26. :err
  27. echo Abnormal Arachne termination. Please reboot system and/or restart Arachne.
  28. :end
  29. if exist $roura?.bat del $roura?.bat
  30. if exist *._$b del *._$b
  31. if exist ip-up.bat del ip-up.bat
  32. if exist ppp.log echo Type 'arachne -u' to terminate SLIP/PPP connection.
  33. echo.
  34.